@charset "utf-8";

/* 轮播图 */
.banner {
    width: 100%;
    height:400px;
    overflow: hidden;
    padding-top: 100px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}

.swiper-pagination-bullet {
    background: #FEFEFE;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.main-wrap {
    position: relative;
    width: 100%;
    background: #fff;
}

.dvertbanner {
    width: 100%;
    height: 300px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.dvertbanner h2 {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    letter-spacing: 2px;
}

.dvertbanner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index-about {
    padding: 40px 0;
}

.index-title {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.index-title::after {
    content: attr(data-text);
    width: 100%;
    position: absolute;
    left: 50%;
    top: -32px;
    z-index: 0;
    font-size: 50px;
    color: #f6f6f6;
    font-weight: bold;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    text-transform: uppercase;
}

.index-title .index-text {
    position: relative;
    z-index: 1;
}

.index-title .index-text h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.index-title .index-text .desc {
    font-size: 16px;
}

.about-img {
    width: 100%;
}

.about-img img {
    width: 100%;
    max-height: 265px;
}

.index-about .layui-entry {
    margin-top: 0px;
    font-size: 15px;
    max-height: 218px;
    line-height: 1.6em;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    margin-bottom: 5px;
}

.index-about .layui-entry p {
    font-family: 'Microsoft YaHei';
    margin: 0.2em 0;
}

.index-about .more {
    display: block;
}

.index-about .more:hover {
    color: #0127FF;
}

.index-main {
    margin-top: 40px;
}

.index-main .index-title {
    text-align: left;
}

.index-main .index-title::after {
    left: 0px;
    top: -22px;
    font-size: 40px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.NewsList {
    padding: 6px 0;
    overflow: hidden;
}

.NewsList li {
    line-height: 33px;
    color: #333;
    font-size: 16px;
}

.NewsList li a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.NewsList li .time {
    float: right;
    color: #999;
    font-size: 14px;
    margin: 0 0px 0 13px;
}

.NewsList li a:hover {
    color: #0127FF;
}

.location {
    background: #f3f3f3;
    box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.08);
    overflow: hidden;
    padding: 10px 20px;
}

.location .layui-breadcrumb {
    float: right;
}

.location .layui-breadcrumb a:hover {
    color: #0127FF !important;
}

/*内容标题样式*/
.layui-meta {
    margin: 0;
    padding: 15px 0px 12px 0px;
    border-bottom: 1px dotted #E8E8E8;
}

.layui-meta:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.layui-meta h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.layui-meta .info {
    text-align: center;
}

.layui-meta .info span {
    margin-right: 20px;
    color: #b0b0b0;
    font-size: 15px;
    line-height: 18px;
}

.con-box .layui-meta {
    padding-top: 10px;
    border-bottom: 0px;
}

.con-box .layui-meta h2 {
    margin-bottom: 0px;
}

.con-box .layui-entry {
    margin-top: 0px;
    padding-bottom: 0px;
}

/*内容详细样式*/
.layui-entry {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.8em;
    word-wrap: break-word;
}

.layui-entry img {
    max-width: 100% !important;
    height: auto !important;
}

.layui-entry h2,
.layui-entry h3,
.layui-entry h4 {
    margin: 0.8em auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
}

.layui-entry h2 {
    font-size: 1.2em;
}

.layui-entry h3,
.layui-entry h4 {
    font-size: 1.1em;
}

.layui-entry strong {
    font-weight: bold;
    color: #333;
}

.layui-entry ul,
.layui-entry ol {
    margin: 1em;
    padding: 0;
}

.layui-entry li {
    margin-left: 1em;
}

.layui-entry ul li {
    list-style: disc outside none;
}

.layui-entry ol li {
    list-style: decimal outside none;
}

.layui-entry p {
    display: inherit;
    margin: 0.5em 0;
    color: #333;
    word-wrap: break-word;
    font-family: 'SimSun';
    text-align: justify;
}

.layui-entry a {
    text-decoration: underline;
}

.layui-entry code {
    display: block;
    padding: 0.5em;
    background: #eee;
    border-radius: .5em;
    color: #777;
    font-family: 'courier new';
    font-size: 12px;
    line-height: 1.7em;
}

.layui-entry table {
    margin: 10px auto;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.layui-entry table th {
    background: #F9F9F9;
    text-align: center;
}

.layui-entry table td,
.layui-entry table th {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0.35em 0.5em;
}

/* 左侧菜单 */
.sidebar-box .mtree-nav {
    display: none;
    width: auto;
    background: #0127FF;
    padding: 10px;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
}

.sidebar-box .mtree-nav a {
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.sidebar-box .mtree-nav i,
.sidebar-box.open .mtree-nav i {
    position: absolute;
    right: 12px;
}

.sidebar-box .mtree-nav i {
    top: 12px;
    color: #fff;
}

.sidebar-box.open .mtree-nav i {
    top: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.navbar li {
    border-bottom: 1px solid rgba(25, 47, 94, 0.2);
}

.navbar li a {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-align: center;
    padding: 10px;
}

.navbar li.selected a {
    color: #fff;
    background: #0127FF;
}

.Newsli {
    padding: 0;
    min-height: 300px;
}

.Newsli li {
    border-bottom: 1px solid rgba(25, 47, 94, 0.2);
    padding: 8px 0;
}

.con-box {
    min-height: 300px;
}

/*  */
.cmdlist {
    background-color: #fff;
}

.cmdlist a:hover .name,.product-swiper .swiper-slide a:hover h3 {
    color: #0127FF;
}

.cmdlist .img,.product-swiper .swiper-slide .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cmdlist .img img,.product-swiper .swiper-slide .img img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.cmdlist .img:hover img,.product-swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cmdlist .name,.product-swiper .swiper-slide h3 {
    color: #333;
    font-size: 15px;
    padding: 8px 10px;
    line-height: 1.6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.gallery-box {
    width: 750px;
    margin: 30px auto 0;
}

.gallery-top .swiper-container {
    width: 100%;
    height: 540px;
}

.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
    background-size: cover;
}

.gallery-thumbs .swiper-container {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 24% !important;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* 联系我们 */
.uscon {
    display: flex;
    align-items: center;
}

.uscon ul {
    width: 100%;
}

.uscon li {
    padding: 15px 25px;
    font-size: 20px;
}

.usMap {
    height: 350px;
    overflow: hidden;
}

.BMap_bubble_title {
    font-size: 15px;
    padding-top: 5px;
}

/* 搜索 */
.search-tit {
    display: block;
    line-height: 38px;
    border-bottom: 1px solid rgba(25, 47, 94, 0.2);
}

.search-tit h3 {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.search-tit span {
    margin-left: 15px;
    color: #999;
    font-size: 15px;
}

.search-tit span strong {
    margin: 0 2px;
    color: #0127FF;
    font-weight: 600;
}

/*图文列表样式*/
.search-list {
    padding: 10px 0px;
}

.search-list li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(25, 47, 94, 0.2);
    overflow: hidden;
}

.search-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search-list li h2 {
    padding: 5px 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-list li h2 a {
    color: #333;
    text-decoration: none;
}

.search-list li h2 a:hover {
    color: #0127FF;
}

.search-list li .note b {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
    width: 300px;
    height: 180px;
    font-style: normal;
}

.search-list li .note b img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.search-list li .note .desc {
    display: block;
    font-size: 14px;
    max-height: 84px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666;
    overflow: hidden;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.search-list li .note .info {
    line-height: 20px;
}

.search-list li .note .info span {
    margin-right: 20px;
    color: #b0b0b0;
    font-size: 13px;
}

.nodata {
    margin-top: 30px;
    color: #666;
    font-size: 15px;
    line-height: 100px;
    text-align: center;
}
.search-h{
    padding-top: 100px;
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
    .bodyBg {
        background: none;
    }

    .banner,
    .dvertbanner {
        height: 32vh;
        margin-top: 0px;
        padding-top: 70px;
    }

    .banner .layui-container,
    .dvertbanner .layui-container {
        padding: 0;
        height: 100%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
    }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .ptb20 {
        padding: 12px 0;
    }

    .dvertbanner {
        height: 28vh;
    }

    .cmdlist .img,.product-swiper .swiper-slide .img {
        height: 22vh;
    }

    .gallery-box {
        width: 100%;
    }

    .layui-meta h2 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .location {
        padding: 10px 0px;
    }

    .location .layui-breadcrumb {
        float: none;
    }

    .layui-entry {
        margin-top: 20px;
    }

    .usMap {
        height: 34vh;
    }

    .uscon li {
        line-height: 1.5;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 16px;
    }

    .sidebar-box .navbar {
        display: none;
    }

    .sidebar-box .mtree-nav {
        display: block;
    }

    .search-list li .note b {
        float: none;
        width: auto;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .search-list li h2 {
        font-size: 16px;
    }

    .gallery-top .swiper-container {
        height: 40vh;
    }

    .index-about {
        padding: 20px 0 35px;
    }

    .index-about .layui-entry {
        max-height: 100%;
        -webkit-line-clamp: inherit
    }

    .index-title::after {
        font-size: 36px;
        top: -18px;
    }

    .index-main {
        margin-top: 10px;
    }

    .index-main .index-title::after {
        font-size: 34px;
        top: -16px;
    }

    .index-title .index-text h2 {
        font-size: 19px;
    }

    .dvertbanner h2 {
        margin-top: 8%;
        font-size: 24px;
    }
    .search-h{
		padding-top: 70px;
	}
}